func net/http.isDomainOrSubdomain

2 uses

	net/http (current package)
		client.go#L1005: 	return isDomainOrSubdomain(dhost, ihost)
		client.go#L1012: func isDomainOrSubdomain(sub, parent string) bool {